* xterm.c (x_set_window_size): Call change_frame_size instead of
authorJim Blandy <jimb@redhat.com>
Sun, 14 Feb 1993 14:40:55 +0000 (14:40 +0000)
committerJim Blandy <jimb@redhat.com>
Sun, 14 Feb 1993 14:40:55 +0000 (14:40 +0000)
commit8922af5f60b842d3c0af3e81401e7e8aa5aa17cd
tree5b92a345e8173dbc54e8f2b02a7f1d24de960bbf
parentbaaed68ea1dac89858969109bf62a3a22bf34195
* xterm.c (x_set_window_size): Call change_frame_size instead of
just setting the `rows' and `cols' members of the frame, and
leaving the window tree in complete disarray.

* xterm.c (x_io_error_quitter): New function.
(x_error_quitter): Note that this is only used for protocol
errors now, not I/O errors.
(x_term_init): Set the I/O error handler to x_io_error_quitter.
src/xterm.c